home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 March / Macworld CD-ROM (March 1995).cdr / Demos / Paper Planes / Demo / 00152.ls < prev    next >
Encoding:
Text File  |  1994-08-25  |  223 b   |  11 lines

  1. on exitFrame
  2.   global Step, NumFrames, lastQT
  3.   set Step to 7
  4.   set NumFrames to 11
  5.   initAnnotations(30, 1)
  6.   setAppearTime(1, 1 * 60)
  7.   set lastQT to "P18S07"
  8.   preLoadCast(the number of cast lastQT)
  9.   setUpFastFwd()
  10. end
  11.